Skip to content

Instantly share code, notes, and snippets.

View acmacalister's full-sized avatar

Austin Cherry acmacalister

View GitHub Profile
//
// ALAssetsLibraryUtil
//
// Created by Marin Todorov on 10/26/11.
// Modified by sapzildj@gmail.com
//
// Copyright (c) 2011 Marin Todorov. All rights reserved.
// original source from http://www.touch-code-magazine.com/ios5-saving-photos-in-custom-photo-album-category-for-download/
//
# A class-based template for jQuery plugins in Coffeescript
#
# $('.target').myPlugin({ paramA: 'not-foo' });
# $('.target').myPlugin('myMethod', 'Hello, world');
#
# Check out Alan Hogan's original jQuery plugin template:
# https://github.com/alanhogan/Coffeescript-jQuery-Plugin-Template
#
(($, window) ->