This file contains 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
/*! | |
* backbone.collectioncache.js v0.0.1 | |
* Copyright 2012, Tim Branyen (@tbranyen) | |
* backbone.layoutmanager.js may be freely distributed under the MIT license. | |
*/ | |
(function(window) { | |
"use strict"; | |
// Dependencies |
This file contains 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
# ==== | |
# NOTE | |
# ==== | |
# This may be out of date; see the comments below. | |
# Arduino 0017 Makefile | |
# Arduino adaptation by mellis, eighthave, oli.keller, | |
# alex norman [with help from http://code.google.com/p/arduino/issues/detail?id=65#c5] | |
# Version 0017/Mac modifications made by | |
# David Wolever : http://dorkbotpdx.org/blog/ax/arduino_0017_makefile |