Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #27350 All Revisions ] Back to Issue ]
Summary 0027350: Stabilization: Checking if the HookManager is available is not necessary
Revision 2014-08-16 17:42 by Orekaria
Steps To Reproduce Verify that 4 files in the returns module have this check:

  if (OB.MobileApp.model.hookManager) {

Verify that in the same module, this line in modalReturnLines.js does not check if the HookManager is available, invalidating the other checks in the modules:

  OB.UTIL.HookManager.callbackExecutor(me.args.args, me.args.callbacks);

Verify that in the private modules are also this checks
Revision 2014-08-16 14:13 by Orekaria
Steps To Reproduce Verify that 4 files in the returns module have this check:

  if (OB.MobileApp.model.hookManager) {

Verify that in the same module, this line in modalReturnLines.js does not check if the HookManager is available, invalidating the other checks in the modules:

  OB.UTIL.HookManager.callbackExecutor(me.args.args, me.args.callbacks);

Revision 2014-08-16 14:10 by Orekaria
Steps To Reproduce Verify that 4 files in the returns module have this check:

  if (OB.MobileApp.model.hookManager) {


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker