This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* jQuery Tiny Pub/Sub - v0.7 - 10/27/2011 | |
| * http://benalman.com/ | |
| * Copyright (c) 2011 "Cowboy" Ben Alman; Licensed MIT, GPL */ | |
| (function($) { | |
| var o = $({}); | |
| $.subscribe = function() { | |
| o.on.apply(o, arguments); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| // A list of URLs that each contain a JSON file with a list of repositories. | |
| // The repositories from these channels are placed in order after the | |
| // repositories from the "repositories" setting | |
| "repository_channels": [ | |
| "https://sublime.wbond.net/repositories.json" | |
| ], | |
| // A list of URLs that contain a packages JSON file. These repositories | |
| // are placed in order before repositories from the "repository_channels" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class='document' role='document'> | |
| <section class='header container' role='definition'> | |
| <div class='navigation'> | |
| <div class='frame'> | |
| <header class='logo'> | |
| <h1></h1> | |
| </header> | |
| <nav class='menu' role='directory'> | |
| <ul> | |
| <li> |