| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2011 Google Inc. All rights reserved. | 2 * Copyright (C) 2011 Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
| 6 * met: | 6 * met: |
| 7 * | 7 * |
| 8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
| (...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 var Persistence = {}; | 833 var Persistence = {}; |
| 834 var Platform = {}; | 834 var Platform = {}; |
| 835 var Profiler = {}; | 835 var Profiler = {}; |
| 836 var Resources = {}; | 836 var Resources = {}; |
| 837 var Sass = {}; | 837 var Sass = {}; |
| 838 var Screencast = {}; | 838 var Screencast = {}; |
| 839 var SDK = {}; | 839 var SDK = {}; |
| 840 var Security = {}; | 840 var Security = {}; |
| 841 var Services = {}; | 841 var Services = {}; |
| 842 var Settings = {}; | 842 var Settings = {}; |
| 843 var Shell = {}; |
| 843 var Snippets = {}; | 844 var Snippets = {}; |
| 844 var SourceFrame = {}; | 845 var SourceFrame = {}; |
| 845 var Sources = {}; | 846 var Sources = {}; |
| 846 var Terminal = {}; | 847 var Terminal = {}; |
| 848 var TestRunner = {}; |
| 847 var TextEditor = {}; | 849 var TextEditor = {}; |
| 848 var Timeline = {}; | 850 var Timeline = {}; |
| 849 var TimelineModel = {}; | 851 var TimelineModel = {}; |
| 850 var ToolboxBootstrap = {}; | 852 var ToolboxBootstrap = {}; |
| 851 var UI = {}; | 853 var UI = {}; |
| 852 var UtilitySharedWorker = {}; | 854 var UtilitySharedWorker = {}; |
| 853 var WorkerService = {}; | 855 var WorkerService = {}; |
| 854 var Workspace = {}; | 856 var Workspace = {}; |
| OLD | NEW |