Skip to content

Instantly share code, notes, and snippets.

Foo.prototype = {
_UI_ATTRS: {
BIND: [ "name" ],
SYNC: [ "name" ]
}
};
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AlloyUI</title>
<!-- <script src="../build/aui/aui.js"></script> -->
<script src="http://cdn.alloyui.com/2.0.0pr5/aui/aui-min.js"></script>
</head>
<body>
HTTP/1.1 403 Forbidden
Server: GitHub.com
Date: Mon, 17 Jun 2013 14:58:01 GMT
Content-Type: application/json; charset=utf-8
Connection: keep-alive
Status: 403 Forbidden
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 0
X-GitHub-Media-Type: github.beta
X-Content-Type-Options: nosniff
A.GitHub = A.Base.create('github', Y.Widget, [],
{
initializer: function(config) {
console.log( this.get('fooNode') )
}
},
{
HTML_PARSER: {
fooNode: '.foo'
},
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|#.*|\?.*|/[^.]*)$ [NC]
RewriteRule . /wordpress/index.php [L]
{
"sublimelinter_notes": true,
"jshint_options": {
"bitwise": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"es5": true,
"evil": true,
com.liferay.portal.servlet.filters.cache.CacheFilter=false
com.liferay.portal.servlet.filters.etag.ETagFilter=false
com.liferay.portal.servlet.filters.language.LanguageFilter=true
com.liferay.portal.servlet.filters.strip.StripFilter=false
com.liferay.portal.servlet.filters.themepreview.ThemePreviewFilter=true
combo.check.timestamp=true
combo.servlet.development=true
freemarker.engine.cache.storage=soft:1
freemarker.engine.modification.check.interval=0
javascript.fast.load=false
{
"github": {
"user": "eduardolundgren",
"token": ""
},
"replace": {
"(AUI.\\d+)": "http://issues.liferay.com/browse/$1",
"(LPS.\\d+)": "http://issues.liferay.com/browse/$1"
}
}
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
{
cssClass: 'move-left',
icon: 'aui-icon-circle-arrow-left',
title: strings.MOVE_LEFT,
on: {
click: function(event) {
event.domEvent.preventDefault();
}
}
},