Skip to content

Instantly share code, notes, and snippets.

@kadukf
Created November 21, 2013 21:24
Show Gist options
  • Save kadukf/7589932 to your computer and use it in GitHub Desktop.
Save kadukf/7589932 to your computer and use it in GitHub Desktop.
msWriteProfilerMark("ScriptLoading,Navigator-NotExecuted,StartTM");
(function() {
"use strict";
var nav = WinJS.Navigation;
WinJS.Namespace.define("Application", {
PageControlNavigator: WinJS.Class.define(
.......
)
});
});
msWriteProfilerMark("ScriptLoading,Navigator-NotExecuted,StoptTM");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment