Skip to content

Instantly share code, notes, and snippets.

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